HomeSort by relevance Sort by last modified time
    Searched refs:IsStateful (Results 1 - 9 of 9) sorted by null

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorFunctors.h 99 static const bool IsStateful = false;
144 static const bool IsStateful = true;
224 static const bool IsStateful = false;
265 static const bool IsStateful = false;
306 static const bool IsStateful = false;
351 static const bool IsStateful = false;
375 static const bool IsStateful = false;
401 static const bool IsStateful = false;
426 static const bool IsStateful = false;
TensorReductionCuda.h 348 static const bool HasOptimizedImplementation = !Op::IsStateful &&
353 static const bool HasOptimizedImplementation = !Op::IsStateful &&
638 static const bool HasOptimizedImplementation = !Op::IsStateful &&
643 static const bool HasOptimizedImplementation = !Op::IsStateful &&
700 static const bool HasOptimizedImplementation = !Op::IsStateful &&
TensorReduction.h 245 static const bool HasOptimizedImplementation = !Op::IsStateful;
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/
graph_mgr.cc 237 if (!lib->IsStateful(ndef.op()) ||
251 if (kernel && !lib->IsStateful(kernel->type_string())) {
  /external/tensorflow/tensorflow/core/framework/
function.h 516 virtual bool IsStateful(const string& function_name) = 0;
  /external/tensorflow/tensorflow/core/common_runtime/
function_test.cc 347 TEST_F(FunctionLibraryRuntimeTest, IsStateful) {
349 EXPECT_TRUE(flr0_->IsStateful("Variable"));
350 EXPECT_TRUE(flr0_->IsStateful("VariableV2"));
351 EXPECT_FALSE(flr0_->IsStateful("Matmul"));
    [all...]
direct_session.cc     [all...]
function.cc 172 bool IsStateful(const string& function) override;
885 bool FunctionLibraryRuntimeImpl::IsStateful(const string& func) {
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
eigen_pooling.h 283 static const bool IsStateful = true;

Completed in 311 milliseconds