Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for FindNodeByName (0.22 sec)

  1. tensorflow/compiler/jit/increase_dynamism_for_auto_jit_pass_test.cc

          Attr(kXlaCompileTimeConstantInputsAttr, compile_time_constant_inputs),
          Inputs(m_input, m_begin_s64, m_dynamic_slice_size));
    
      Node* static_shaped_slice = testing::FindNodeByName(
          result.get(), "slice/static_shaped_slice/static_shaped_slice");
      ASSERT_NE(static_shaped_slice, nullptr);
      EXPECT_THAT(static_shaped_slice, m_dynamic_slice);
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/build_xla_ops_pass_test.cc

                  SessionOptions(), "/job:localhost/replica:0/task:0", &devices_)
                  .ok());
      }
    
     private:
      std::vector<std::unique_ptr<Device>> devices_;
    };
    
    using ::tensorflow::testing::FindNodeByName;
    using ::tensorflow::testing::matchers::Attr;
    using ::tensorflow::testing::matchers::CtrlDeps;
    using ::tensorflow::testing::matchers::Inputs;
    using ::tensorflow::testing::matchers::NodeWith;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 12.2K bytes
    - Viewed (0)
Back to top