Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tftensor (0.21 sec)

  1. tensorflow/compiler/jit/tests/keras_imagenet_main_graph_mode.pbtxt

      device: "/job:localhost/replica:0/task:0/device:GPU:0"
      attr {
        key: "dtype"
        value {
          type: DT_FLOAT
        }
      }
      attr {
        key: "value"
        value {
          tensor {
            dtype: DT_FLOAT
            tensor_shape {
            }
            tensor_content: "\320\314\314="
          }
        }
      }
    }
    node {
      name: "bn_conv1/moving_variance"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 30 02:52:54 UTC 2019
    - 1.1M bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/schema/schema_generated.h

        fbb_.AddOffset(Tensor::VT_SHAPE, shape);
      }
      void add_type(tflite::TensorType type) {
        fbb_.AddElement<int8_t>(Tensor::VT_TYPE, static_cast<int8_t>(type), 0);
      }
      void add_buffer(uint32_t buffer) {
        fbb_.AddElement<uint32_t>(Tensor::VT_BUFFER, buffer, 0);
      }
      void add_name(::flatbuffers::Offset<::flatbuffers::String> name) {
        fbb_.AddOffset(Tensor::VT_NAME, name);
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top