HomeSort by relevance Sort by last modified time
    Searched refs:op_def (Results 126 - 134 of 134) sorted by null

1 2 3 4 56

  /external/tensorflow/tensorflow/core/grappler/optimizers/
arithmetic_optimizer.cc 2005 const OpDef* op_def = nullptr; local
    [all...]
constant_folding.cc 29 #include "tensorflow/core/framework/op_def.pb.h"
912 const OpDef* op_def = nullptr; local
    [all...]
  /external/tensorflow/tensorflow/core/ops/
array_ops_test.cc 201 op_reg_data->op_def, {TensorShapeProto()},
    [all...]
  /external/tensorflow/tensorflow/python/eager/
function.py 361 self._stateful_ops = tuple(op for op in operations if op.op_def.is_stateful)
    [all...]
  /external/tensorflow/tensorflow/python/framework/
importer_test.py 111 # Check that the op_def is still available.
112 self.assertNotEqual(None, a.op_def)
    [all...]
  /external/tensorflow/tensorflow/c/
c_api_test.cc 36 #include "tensorflow/core/framework/op_def.pb.h"
219 [](const tensorflow::OpDef& op_def) {
220 return op_def.name() == "TestCApi";
    [all...]
  /external/tensorflow/tensorflow/lite/toco/tflite/
operator.cc 20 #include "tensorflow/core/framework/op_def.pb.h"
2600 const tensorflow::OpDef* op_def = nullptr; local
    [all...]
  /external/tensorflow/tensorflow/compiler/jit/
encapsulate_subgraphs_pass.cc     [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
executor.cc 76 return node->op_def().allows_uninitialized_input();
    [all...]

Completed in 256 milliseconds

1 2 3 4 56